home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / dcsmixer / readme.txt < prev    next >
Encoding:
Text File  |  1998-09-17  |  2.3 KB  |  63 lines

  1. dcsMixer V1.00 - ActiveX Mixer Control
  2. Copyright 1998 Dynamic Computer Systems/Davies Custom Software
  3. All Rights Reserved
  4.  
  5.  
  6.  
  7. Ever have the need to mute your sound card?
  8.  
  9. How about controlling the volume from within Visual Basic?
  10.  
  11. Well now you can.  With the dcsMixer ActiveX control.  
  12.  
  13. This little activeX control allows you to set the master volume
  14. of your sound card, or to mute it.
  15.  
  16. I had a need to mute my sound card.  My system runs 24 hours a day,
  17. receiving faxes.  I currently use WinFax software, with the sound 
  18. annoncement turned on.  Unfortunately, this announcement played at 
  19. all times of the day and night.  Sometimes waking members of the 
  20. household.  So I wanted a way a could control the sound card without 
  21. intervention.  After much searching of the internet, I found only 
  22. one mixer control.  When I tried to load this control on a form, it 
  23. crashed.  Now I was back to square one.  Besides they wanted $35US 
  24. (over $50 CDN).  So I decided to do it myself.  The results of which 
  25. are in front of you.
  26.  
  27.  
  28. Properties:
  29.     Min (long)    ' minimum volume supported by your hardware
  30.     Max (long)    ' maximum volume supported
  31.     Volume (long)    ' current volume
  32.     Mute (boolean)    ' mute status
  33.  
  34. Events:
  35.     MixerChanged    ' there was a change to the mixer settings
  36.  
  37.  
  38. Note:    if the end-user's system has no sound card, the Max property will be set to zero (0).
  39.  
  40.  
  41. Installation:
  42.     copy the dcsMixerEval.ocx to your windows system directory (c:\windows\system).
  43.  
  44.  
  45. Disclaimer:
  46.         This component is distributed as shareware. It may be used
  47.         within Commercial software. This component is provided
  48.         "as is" without any warranty. In no event will the
  49.         author be responsible for any damage resulting directly
  50.         or indirectly by the Component.
  51.  
  52.         This component can be used in anything, including
  53.         commercial programs. Appropriate credit given to the
  54.         Author (Dynamic Computer Systems/Davies Custom Software) 
  55.     is wished in return, for example, in the about dialog of the application.
  56.  
  57. dcsMixer can be distributed freely on BBSs, CD-ROMs, Floppies
  58. and so on. Distribution is unlimited. There should, however, be
  59. no profit from distributing the component.
  60.  
  61. In the event of questions, problems, suggestions, bug reports, and so
  62. on, please email us at dcs@canada.com.
  63.